home *** CD-ROM | disk | FTP | other *** search
/ Liberation Day / Liberation Day.bin / GLOBALS / GLOBAL.MDB / Unit Order Id Lookup.json < prev    next >
JavaScript Object Notation  |  1998-02-28  |  310b

  1. {
  2.     "schema": {
  3.         "Enum": "Long Integer",
  4.         "Description": "Text (50)"
  5.     },
  6.     "data": [
  7.         {
  8.             "Enum": 0,
  9.             "Description": "No Order"
  10.         },
  11.         {
  12.             "Enum": 1,
  13.             "Description": "Goto"
  14.         },
  15.         {
  16.             "Enum": 2,
  17.             "Description": "Goto Fast"
  18.         },
  19.         {
  20.             "Enum": 3,
  21.             "Description": "Escort"
  22.         },
  23.         {
  24.             "Enum": 4,
  25.             "Description": "Defend"
  26.         },
  27.         {
  28.             "Enum": 5,
  29.             "Description": "Patrol"
  30.         },
  31.         {
  32.             "Enum": 6,
  33.             "Description": "Attack"
  34.         }
  35.     ]
  36. }